/*头部*/
/*$$
{"color":[{"val":"#ffffff","title":"模块默认字体颜色"}],
"background":[{"val":"#000000","title":"模块的背景颜色"},
{"val":"#b4b2b3","title":"标题线条主颜色(左)"},
{"val":"#4b89ff","title":"标题线条副颜色(右)"}]
$$*/



#about_147{
	width: 100%;
	padding: 100px 20px 70px;
	background: #000000 url('/static/images/IC00018_01.jpg') no-repeat center center;
	background-attachment: fixed;
	background-size: cover;
}

#about_147 .about_C{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
#about_147 .about_CB{
	width: 100%;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}
#about_147 .about_CBL{
	width: 650px;
	height: 450px;

	position: relative;
}


#about_147 .about_CBL .imgs{
	width:100% ;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transform-origin: bottom;
	-moz-transform-origin: bottom;
	-webkit-transform-origin: bottom;
	transform: perspective(600px) rotateX(0deg);
	-webkit-transform: perspective(600px) rotateX(0deg);
	-moz-transform: perspective(600px) rotateX(0deg);
}
#about_147 .about_CBL:hover .imgs {
	opacity: 0;
	*filter: alpha(opacity=0);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	transform: perspective(600px) rotateX(90deg);
	-webkit-transform: perspective(600px) rotateX(90deg);
	-moz-transform: perspective(600px) rotateX(90deg);
}



#about_147 .about_CBL .imgs::after{
	width: 100px;
	height: 100px;
	background: url('/static/images/IC00018_07.png') no-repeat center center;
	background-size: 100% 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	content: '';
	z-index: 3;
	

}
#about_147 .about_CBL .img{
	width: 100%;
	height: 100%;
}
#about_147 .about_CBL .videos{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;


	transform-origin: top;
	-moz-transform-origin: top;
	-webkit-transform-origin: top;
	opacity: 0;
	*filter: alpha(opacity=0);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	transform: perspective(600px) rotateX(-90deg);
	-webkit-transform: perspective(600px) rotateX(-90deg);
	-moz-transform: perspective(600px) rotateX(-90deg);
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
#about_147 .about_CBL .video{
	width: 100%;
	height: 100%;
	display: block;
	background: #000000;
}

#about_147 .about_CBL:hover .videos{
	z-index: 1;
	opacity: 1;
	*filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	transform: perspective(600px) rotateX(0deg);
	-webkit-transform: perspective(600px) rotateX(0deg);
	-moz-transform: perspective(600px) rotateX(0deg);
}








#about_147 .about_CBR{
	width: calc(100% - 650px);
	height: 450px;
	padding: 0 0 0 6%;
	box-sizing: border-box;
}

#about_147 .about_Ts{
	width: 150px;
	margin-bottom: 20px;
}
#about_147 .about_Ts h2{
	font-size: 36px;
	color: #ffffff;
	width: 100%;
	margin-bottom: 8px;
	line-height: 40px;
}
#about_147 .about_Ts i{
	width: 100%;
	display: block;
	width: 100%;
	height: 2px;
	background: #b4b2b3;
	position: relative;
}
#about_147 .about_Ts i::after{
	width: 50%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: #4b89ff;
	content: '';
}
#about_147 .about_Ts p{
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	width: 100%;
	line-height: 25px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: left;
}
#about_147 .about_TsC{
	font-size: 16px;
	color: #ffffff;
	line-height: 32px;
	margin-bottom: 20px;
	height: 160px;
	overflow: auto;
}
#about_147 .about_TsW{}
#about_147 .about_TsW_ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}
#about_147 .ab_Ti{}
#about_147 .ab_T{
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border:#fff 1px solid;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
}
#about_147 .ab_Ti_img{
	width: 60%;
	display: block;
}
#about_147 .ab_Ti_p{
	font-size: 14px;
	color: #ffffff;
	line-height: 30px;
	height: 30px;
	text-align: center;
	white-space: nowrap;
}

#about_147 .ljMore{
	width: 100%;
	position: relative;
	height: 80px;
}
#about_147 .ljMoreN{
	width: calc(100% - 60px);
	height: 125px;
	background: rgba(75, 137, 255, 0.32);
	position: absolute;
	top: -40px;
	right: 0;
	
}
#about_147 .ljMoreNC{
	text-align: right;
	padding-right: 60px;
	position: absolute;
	bottom: 24px;
	right: 40px;
}
#about_147 .ljMoreNC::after{
	width:44px ;
	height: 10px;
	background: url('/static/images/IC00018_06.png') no-repeat center right;
	background-size: 44px 10px;
	content: '';
	bottom: 8px;
	right: 0;
	position: absolute;
}
#about_147 .ljMoreNC h2{
	font-size: 18px;
	color: #ffffff;
	line-height: 30px;
}
#about_147 .ljMoreNC p{
	font-size: 15px;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 25px;
}


@media (max-width:1200px){
    #about_147 .about_CBL{
		width: 500px;
		height: 375px;
	}
	#about_147 .about_CBR{
		width: calc(100% - 500px);
		padding: 0 0 0 40px;
		height: auto;
		margin-bottom: 40px;
	}
	#about_147 .ljMoreN{
		top: 0;
	}
	#about_147 .about_Ts h2{
		font-size: 20px;
		line-height: 30px;
	}
	#about_147 .about_Ts{
		width: 120px;
	}
	#about_147 .about_Ts p{
		font-size: 12px;
	}
	#about_147 .ab_T{
		width: 70px;
		height: 70px;
	}
	#about_147 .ljMoreN{
		width: 100%;
	}
}
@media (max-width:960px){
	#about_147 .about_CBL{
		width: 400px;
		height: 300px;
	}
	#about_147 .about_CBR{
		width: calc(100% - 400px);
	}
	#about_147 .about_CBR{
		padding: 0 0 0 30px;
	}
	#about_147 .ab_T{
		width: 55px;
		height: 55px;
	}
	#about_147 .ab_Ti_img{
		width: 50%;
	}
	#about_147 .about_CB{
		align-items: center;
	}
}
@media (max-width:750px){
        #about_147 .about_CBR{
			width: 100%;
			margin-bottom: 25px;
			padding: 0;	
		}
		#about_147 .about_CBL{
			display: none;
		}
		#about_147 .about_Ts i{
			width: 86px;
			margin: 0 auto;
		}
		#about_147 .ljMoreNC{
			text-align: center;
			width: 100%;
			bottom: 50%;
			transform: translate(0,50%);
			right: 0;
			padding: 0;
			padding-bottom: 15px;
		}
		#about_147 .ljMoreNC::after{
			bottom: 0;
			left: 50%;
			transform: translate(-50%,0);
			background-size: 30px 10px;
			width: 30px;
		}
		#about_147 .ljMoreNC h2{
			font-size: 16px;
		}
		#about_147 .ljMoreNC p{
			font-size: 12px;
		}
		#about_147 .ljMoreN{
			height: 100px;
		}
		#about_147 .ljMore{
			height: 100px;
		}
		#about_147 .about_Ts{
			margin: 0 auto 20px;
			text-align: center;
		}
		#about_147 .about_Ts p{
			text-align: center;
		}
		#about_147{
			padding: 50px 15px;
		}
		#about_147 .about_TsC{
			font-size: 14px;
			line-height: 30px;
		}
		#about_147 .about_TsC{
			height: auto;
		}
		#about_147 .ab_Ti_p{
			font-size: 12px;
		}
		
}